body{
    padding-top: 60px;
}
.index-header-box{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    right: 0px;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background: #fff;
    /*border-bottom: 1px solid #939393;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.index-header-box .index-header{
    position: relative;
    min-width: 1200px;
    max-width: 1600px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    padding: 0px !important;
}
.index-header-box .index-logo{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 318px;
    height: 60px;
    z-index: 1;
}
.index-header-box .index-logo a{
    display: inline-block;
    width: 318px;
    height: 30px;
    margin-top: 15px;
    background: url(/newwebsite/common/images/logo.png) no-repeat center center;
    animation: namate4 1s ease-out;
    -webkit-animation: namate4 1s ease-out;
}
.index-header-box .header-menu{
    width: 100%;
    height: 60px;
    text-align: right;
    padding-left: 320px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.index-header-box .header-menu-item{
    position: relative;
    display: inline-block;
}
.index-header-box .header-menu-item .text{
    display: inline-block;
    margin-top: 8px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    vertical-align: middle;
}
.index-header-box .header-menu-item .line{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 2px;
}
.index-header-box .header-menu-phone img{
    position: relative;
    top: 2px;
    margin-right: 10px;
}
.index-header-box .header-menu-phone .text{
    margin-top: 5px;
    font-size: 27px;
    font-weight: 700;
}
.index-header-box .header-menu-item .line{
    display: none;
}
.index-header-box .header-menu-item:hover .line,
.index-header-box .header-menu-item.active .line{
    display: inline-block;
}
.index-header-box .header-menu-item .btn:hover{
    background: #fff !important;
}
.index-header-box .header-menu-login,
.index-header-box .header-menu-experience{
    margin-left: 20px !important;
}
.index-header-box .header-menu-costControl{
    height: 62px;
}
.index-header-box .header-menu-costControl .line{
    bottom: 2px;
}
.index-header-box .header-nav-box{
    position: absolute;
    top: 61px;
    left: 50%;
    margin-left: -600px;
    z-index: 9999;
    width: 1200px;
    height: 0px;
    background: #fff;
    overflow: hidden;
}
.index-header-box .header-nav-box .header-nav{
    height: 238px;
    padding: 20px;
}
.index-header-box .header-nav-item{
    float: left;
    width: 25%;
    height: 240px;
    padding: 0px 20px;
    border-left: 1px solid #939393;
    border-right: 1px solid #939393;
    margin-left: -1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.index-header-box .header-nav-scenesolution,
.index-header-box .header-nav-solution,
.index-header-box .header-nav-xcsolution{
    width: 33.33%;
    height: 216px;
}
.index-header-box .item-detail{
    cursor: pointer;
}
.index-header-box .item-detail .detail-check-icon{
    display: none;
}
.index-header-box .item-detail:hover .detail-icon{
    display: none;
}
.index-header-box .item-detail:hover .detail-check-icon{
    display: inline-block;
}
.index-header-box .header-nav-item .title{
    font-size: 16px;
    font-weight: 700;
    color: #333;
}
.index-header-box .header-nav-item .text{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.index-header-box .header-nav-item .details{
    font-size: 14px;
    color: #666;
    margin-top: 30px;
    line-height: 24px;
}
.index-header-box .header-nav-item .btns{
    font-size: 0px;
    margin-top: 30px;
}
.index-header-box .header-nav-item .btn-item{
    display: inline-block;
    width: 74px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 10px;
    font-size: 14px;
    border: 1px solid;
    cursor: pointer;
    text-align: center;
}
.index-header-box .header-nav-item .btn-item.theme_bg{
    color: #fff !important;
}
.index-header-box .header-nav-internalControl .btn-item{
    width: 117px;
}
.index-header-box .header-nav-item .mr0{
    margin-right: 0px !important;
}
.index-header-box .header-menu-login,
.index-header-box .header-menu-experience{
   position: relative;
    top: 4px;
}